* lisp/simple.el (command-execute): Move from C. Add obsolete check.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 20 Feb 2013 16:37:06 +0000 (11:37 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 20 Feb 2013 16:37:06 +0000 (11:37 -0500)
commit1eab636cc591844e2ea9a9394d87c09442353566
treea31feda9e26924b3cb8772e58cba0f84aa2cab91
parent2b9a50ac9c1bbe9d91b6ece0d5542ecbee9bd97a
* lisp/simple.el (command-execute): Move from C.  Add obsolete check.
(extended-command-history): Move from C.
* src/keyboard.c (Qcommand_execute): New var.
(command_loop_1, read_char): Use it.
(Fcommand_execute): Remove, replace by an Elisp implementation.
(syms_of_keyboard): Adjust accordingly.
lisp/ChangeLog
lisp/simple.el
src/ChangeLog
src/keyboard.c